home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / dev / lang / J4thDemo.lha / Textra_Stuff / Install_Textra < prev    next >
Encoding:
Text File  |  1992-09-16  |  869 b   |  35 lines

  1. echo " "
  2. if exists rexx:paragraph.textra
  3.     echo "The Textra/ARexx scripts are already installed."
  4. else
  5.     echo "Installing the Textra/ARexx scripts..."
  6.     copy scripts/#?.textra rexx: clone quiet
  7.     echo "Installation complete."
  8. endif
  9.  
  10. echo " "
  11. ask "RETURN to continue..."
  12. ;echo "*"*E[0;0H*E[J*" "
  13. echo " "
  14. echo "Currently available Textra/ARexx scripts..."
  15. echo " "
  16. dir "rexx:#?.textra"
  17. echo " "
  18. ask "RETURN to continue..."
  19. echo " "
  20. echo "You may now enter any of the above names (WITHOUT the '.textra'"
  21. echo "extension) into the 'Utilities, AREXX...' menu item requester"
  22. echo "(with any required or optional arguments).  For example:"
  23. echo " "
  24. echo "        whereami"
  25. echo " "
  26. echo "        -- OR --"
  27. echo " "
  28. echo "    paragraph 8 4 70"
  29. echo " "
  30. echo "Refer to the scripts themselves for usage information."
  31. echo " "
  32. ask "RETURN to continue..."
  33. echo " "
  34. echo "Exiting..."
  35.